Skip to content

ci: raise coverage unit-test job timeout to 30 minutes - #1626

Merged
sd-db merged 1 commit into
mainfrom
sd-db/fix/unit-cov-timeout
Aug 10, 2026
Merged

ci: raise coverage unit-test job timeout to 30 minutes#1626
sd-db merged 1 commit into
mainfrom
sd-db/fix/unit-cov-timeout

Conversation

@sd-db

@sd-db sd-db commented Aug 9, 2026

Copy link
Copy Markdown
Collaborator

Description

The unit test job in main.yml runs the suite with coverage instrumentation (test:unit-with-cov), which is slower than the other unit jobs and can exceed the shared 20-minute timeout.

This raises the timeout for that job to 30 minutes, leaving the other unit jobs (including main-min-deps.yml) at 20.

Example timeout: https://github.com/databricks/dbt-databricks/actions/runs/31261109055/job/93111926509?pr=1621

Checklist

  • CI-only change; no runtime behavior change, so no CHANGELOG entry required.

The unit test job that runs with coverage instrumentation can exceed the
20-minute timeout. Give it 30 minutes while leaving the other unit jobs at 20.
@sd-db
sd-db requested a review from jprakash-db as a code owner August 9, 2026 07:59
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Coverage report

This PR does not seem to contain any modification to coverable code.

@sd-db
sd-db merged commit ec1566d into main Aug 10, 2026
8 of 9 checks passed
@sd-db
sd-db deleted the sd-db/fix/unit-cov-timeout branch August 10, 2026 08:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants